=====================================================================================================
                                Logicweb Studio 3.0 Installation Guide
                                          Date: 11/3/2005
=====================================================================================================

What's in the zip file
   1. Logicweb Studio 3.0 web application (Setup.msi)
   2. Resource files (folder lgwres)
   3. Logicweb Studio 3.0 web application Visual Studio Project (folder Project)
   4. Supporting Database objects (folder database)


System Requirements:
      Windows 2000/XP/2003
      Microsoft Visual Studio 2002/2003 (if you need to view source code)
      Microsoft SQL Server 2000
      Microsoft Internet Explorer 5.5 or higher


Installation Steps:
   1. Run Setup.msi to install web application
   2. Copy resource folder lgwres folder to c:\Inetpub\wwwroot
   3. If you need the view the project, copy lgwapp folder [under Project folder] 
      to c:\Inetpub\wwwroot (replace all existing files)
   4. Setup database
      a. Create a database on SQL server 2000 (or use one of your existing database);
      b. Make sure your database allow SQL Server authentication;
      c. Create a SQL Server Login Account, add this user to your database users list;
      d. Make sure this user has public and db_owner database rules; 
      e. Open SQL Query Analyzer, run script files under database folder in the following sequence:
         (1) 1_tables.sql
         (2) 2_views.sql
         (3) 3_functions.sql
         (4) 4_procedures.sql
         (5) 5_data.sql
      f. Change database connection string (database/user id/password) in web.config;
      g. If your ASP.NET version is 1.0, change <pages ... /> setting in web.config

    
Run Logicweb Studio 3.0
   1. Open Microsoft Explorer
   2. IMPORTANT: allow popup for http://localhost, or turn off all your popup blockers
   3. In the IE address box, type: http://localhost/lgwapp
   4. If the above link does not work for you, type: 
      http://localhost/lgwapp/common/login/home.aspx
   5. Logicweb Studio has setup the super user account (user id is 1)
      User Name: root@system.com
      Password:  manager

Please visit our website for technical support:
   http://www.logicwebsolutions.com or
   http://www.logicwebstudio.com







